[INFO] cloning repository https://github.com/HonbraDev/bluetooth-speaker-snatcher
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HonbraDev/bluetooth-speaker-snatcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHonbraDev%2Fbluetooth-speaker-snatcher", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHonbraDev%2Fbluetooth-speaker-snatcher'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b333fe63a0fab29a1f64a5b31950090071d34fd
[INFO] checking HonbraDev/bluetooth-speaker-snatcher against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHonbraDev%2Fbluetooth-speaker-snatcher" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/HonbraDev/bluetooth-speaker-snatcher
[INFO] finished tweaking git repo https://github.com/HonbraDev/bluetooth-speaker-snatcher
[INFO] tweaked toml for git repo https://github.com/HonbraDev/bluetooth-speaker-snatcher written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HonbraDev/bluetooth-speaker-snatcher on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HonbraDev/bluetooth-speaker-snatcher already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 20db7ddd23dbee9dc6254fe0580c1b924bf0901b7d5168a54d299b62e0c0516d
[INFO] running `Command { std: "docker" "start" "20db7ddd23dbee9dc6254fe0580c1b924bf0901b7d5168a54d299b62e0c0516d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20db7ddd23dbee9dc6254fe0580c1b924bf0901b7d5168a54d299b62e0c0516d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "20db7ddd23dbee9dc6254fe0580c1b924bf0901b7d5168a54d299b62e0c0516d" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20db7ddd23dbee9dc6254fe0580c1b924bf0901b7d5168a54d299b62e0c0516d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "20db7ddd23dbee9dc6254fe0580c1b924bf0901b7d5168a54d299b62e0c0516d" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.64
[INFO] [stderr]    Compiling unicode-ident v1.0.10
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling serde v1.0.171
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]     Checking pin-project-lite v0.2.10
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]     Checking hashbrown v0.14.0
[INFO] [stderr]    Compiling yansi v1.0.0-rc
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]    Compiling libdbus-sys v0.2.5
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]    Compiling uncased v0.9.9
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]    Compiling syn v2.0.25
[INFO] [stderr]     Checking indexmap v2.0.0
[INFO] [stderr]     Checking regex-syntax v0.7.4
[INFO] [stderr]    Compiling async-trait v0.1.72
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking winnow v0.5.0
[INFO] [stderr]    Compiling figment v0.10.10
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]     Checking xml-rs v0.8.16
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking regex-automata v0.3.3
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking regex v1.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.171
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling pear_codegen v0.2.7
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]     Checking pear v0.2.7
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking tracing-subscriber v0.3.17
[INFO] [stderr]     Checking dbus v0.9.7
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking toml_datetime v0.6.3
[INFO] [stderr]     Checking serde_spanned v0.6.3
[INFO] [stderr]     Checking serde-xml-rs v0.6.0
[INFO] [stderr]     Checking uuid v1.4.1
[INFO] [stderr]     Checking serde_millis v0.1.1
[INFO] [stderr]     Checking toml_edit v0.19.13
[INFO] [stderr]     Checking bluez-generated v0.3.0
[INFO] [stderr]     Checking dbus-tokio v0.7.6
[INFO] [stderr]     Checking bluez-async v0.7.2
[INFO] [stderr]     Checking toml v0.7.6
[INFO] [stderr]     Checking bluetooth-speaker-snatcher v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.84s
[INFO] running `Command { std: "docker" "inspect" "20db7ddd23dbee9dc6254fe0580c1b924bf0901b7d5168a54d299b62e0c0516d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20db7ddd23dbee9dc6254fe0580c1b924bf0901b7d5168a54d299b62e0c0516d", kill_on_drop: false }`
[INFO] [stdout] 20db7ddd23dbee9dc6254fe0580c1b924bf0901b7d5168a54d299b62e0c0516d
